The multiplier of range start
The multiplier of range end
The input SciChart.Data.Model.IRange to translate
TranslateBy(Double,Double,IRange) Method
Translates the min and max of the input range, multiplies them by the specified minFraction, maxFraction. Specific implementations of ICoordinateCalculator<T> such as DoubleCoordinateCalculator, LogarithmicDoubleCoordinateCalculator and CategoryCoordinateCalculator will treat this differently.
Syntax

Parameters

minFraction
The multiplier of range start
maxFraction
The multiplier of range end
inputRange
The input SciChart.Data.Model.IRange to translate
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also